com.sponsorpay.sdk.android.advertiser
Interface AdvertiserCallbackSender.APIResultListener

All Known Implementing Classes:
SponsorPayAdvertiser
Enclosing class:
AdvertiserCallbackSender

public static interface AdvertiserCallbackSender.APIResultListener

Interface to be implemented by parties interested in the response from the SponsorPay server for the advertiser callback.


Method Summary
 void onAPIResponse(boolean wasSuccessful)
          Invoked when we receive a response for the advertiser callback request.
 

Method Detail

onAPIResponse

void onAPIResponse(boolean wasSuccessful)
Invoked when we receive a response for the advertiser callback request.

Parameters:
wasSuccessful - true if the request was successful, false otherwise.